empty path is not a thing on Windows
authorE. Dunham <github@edunham.net>
Mon, 10 Oct 2016 22:15:08 +0000 (15:15 -0700)
committerE. Dunham <github@edunham.net>
Tue, 11 Oct 2016 17:39:03 +0000 (10:39 -0700)
tests/version.rs

index b017830b27273dd4f4bb7497910b08fada945eca..2171cef5e13e56dc5247c218c47f52f3350618fb 100644 (file)
@@ -51,6 +51,7 @@ Options:
 }
 
 #[test]
+#[cfg_attr(target_os = "windows", ignore)]
 fn version_works_without_rustc() {
     let p = project("foo");
     assert_that(p.cargo_process("version").env("PATH", ""),